(auto-mode-alist): Delete the entries for makefile-mode.
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 May 1993 01:33:13 +0000 (01:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 May 1993 01:33:13 +0000 (01:33 +0000)
lisp/files.el

index 8a62702f7dd275f23e0f92823ce350c7f0683c26..64ba881b71a9967d9f7a29b3f0d76ab1d30218ad 100644 (file)
@@ -705,8 +705,8 @@ run `normal-mode' explicitly."
                                  ("\\.pl\\'" . prolog-mode)
                                  ("\\.cc\\'" . c++-mode)
                                  ("\\.C\\'" . c++-mode)
-                                 ("\\.mk\\'" . makefile-mode)
-                                 ("[Mm]akefile" . makefile-mode)
+;;;                              ("\\.mk\\'" . makefile-mode)
+;;;                              ("[Mm]akefile" . makefile-mode)
 ;;; Less common extensions come here
 ;;; so more common ones above are found faster.
                                  ("\\.s\\'" . asm-mode)